home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / readpaf.zip / READPAF.DOC < prev    next >
Text File  |  1993-06-16  |  1KB  |  29 lines

  1. READPAF - an abbreviated version of FR2SDF to demonstrate how to read
  2. PAF files.  Copyright (c) 1989 by Joseph R. Wood.  Permission is
  3. granted to copy for noncommercial or nonprofit use only.
  4. All other rights reserved.
  5.  
  6. This program is an abbreviated version of my program FR2SDF.  This
  7. program is intended to demonstrate how to use Turbo Pascal to read
  8. PAF files.  It is strongly recommended that you send $5.00 to:
  9.  
  10.     The Church of Jesus Christ of Latter-Day Saints
  11.     Family History Department
  12.     50 East North temple Street
  13.     Salt Lake City, Utah 84150
  14.  
  15. and ask for "Personal Ancestral File Family Records Data Structure
  16. Description".  This document describes gives full technical details
  17. on the data structures used in PAF.  This information will be needed
  18. to expand this program to read all the data in all the PAF files.
  19.  
  20. This program will only read the INDIV2 and NAME2 files of PAF.  It
  21. will write a file with the person's RIN number, all four name fields,
  22. the sex field, older sibling RIN, own marriage MRIN, and parent's
  23. marriage MRIN.  It does not convert the dates, (which is a real
  24. experience!) or the rest of the data in the INDIV2, MARR2, and NOTE2
  25. files.  This is left, as they say, as an exercise for the reader.
  26.  
  27. This program requires at least version 4.0 of Turbo Pascal.  It should
  28. work with later versions, but has only been tested with version 4.0.
  29.